projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92eeda
)
build: Add a note that ostree only supports InstalledTests
author
Colin Walters
<walters@verbum.org>
Tue, 27 Aug 2013 23:34:58 +0000
(19:34 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 27 Aug 2013 23:34:58 +0000
(19:34 -0400)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 74102feb15e1522b8d2f4d2d3c613d4d7fc03f27..1895774f21691df40c17113f6e14376d08a8990d 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-162,3
+162,11
@@
dist-snapshot:
done; \
mv ostree-$${GITVERSION}.tar{.tmp,}; \
gzip -f ostree-$${GITVERSION}.tar
+
+check-local:
+ @echo " *** NOTE ***"
+ @echo " *** NOTE ***"
+ @echo " ostree only supports https://live.gnome.org/GnomeGoals/InstalledTests"
+ @echo " To run them, ostree must be configured with --enable-installed-tests and installed"
+ @echo " *** NOTE ***"
+ @echo " *** NOTE ***"